GenericListTypeConverter<T>.GetStringArray Method

protected string[] GetStringArray( 
string input 
)
This language is not supported or no code example is available.
protected:  
array< String^ >^ GetStringArray( 
String^ input 
)
This language is not supported or no code example is available.
protected function GetStringArray( 
input : String 
) : String[];
This language is not supported or no code example is available.

Parameters

input
string

Return Value

string[]

In this article

Definition